Fit

interface Fit<T : PrintSettings?>

Allows configuring the fit of the printable content into the page.

Implemented by concrete PrintSettings implementations that support configuring the fit of the printable content onto the page.

Since

7.39

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun fit(): Fit
Returns the fit used by the printer.
abstract fun fit(fit: Fit): T
Configures the fit for printing.